<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button{margin:0;padding:0; border:0;}
body{font-size: 12px;font-family:"Arial" }
input,textarea,button{padding: 0;font-family:"Arial"}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{ list-style-type:none;}
img{border:0;vertical-align:middle;}
select,input,textarea,button{vertical-align:middle;outline: none;-webkit-appearance: none;}
table{border-collapse:collapse;border-spacing:0}
tr{margin:0;padding:0;}
td{margin:0;padding:0;}
iframe{border:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.hidden{display:none;visibility:hidden;}
.wrap{border: 0;padding:0;width:1150px;margin:0 auto;*zoom:1;}
.wrap:after{clear: both;content:"";display: table;}
.clear{clear:both;font-size:0;line-height:0;height:0;visibility:hidden;}
.fix{*zoom:1;}
.fix:after{clear: both;content:"";display: table;}
.fl{float: left;}
.fr{float: right;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}


@font-face {
    font-family:"helveti";
    src:url('../fonts/Helvetica Condensed.ttf') format('truetype'),
        url(../fonts/HelveticaCdBd.ttf) format('truetype');
}


.header {
    background: #00000014;
    width:100%;
    height: 122px;
    position:fixed;
    top:0;
    left:0;
    z-index:99;
}
.header_logo {
    width: 100px;
    float:left;
    margin-left: 6%;
}
.logo_1 {
    margin-top: 17px;
    opacity:1;
}
@media (min-width:1200px) {
    .header_menu_end {
        display:none;
    }
    .header_menu_end2 {
        display:none;
    }
    .header_menu_end3 {
        display:none;
    }
    .mobile_box {
        display:none;
    }
}

/*mobile_menu*/
.header_menu_end {
        width:40px;
        height:40px;
        float:right;
        margin-right:4.5%;
        margin-top: 20px;
    }
    .header_menu_end .open {
        width:40px;
        height:40px;
        background:url(../images/tb36-2.png) center center no-repeat;
        transition: all ease .3s;
    }
    .header_menu_end .end {
        width:40px;
        height:40px;
        background:url(../images/tb37-2.png) center center no-repeat;
        transition: all ease .3s;
        display:none;
    }

    .header_menu_end2 {
        width:40px;
        height:40px;
        float:right;
        margin-right:4.5%;
        margin-top: 7px;
    }
    .header_menu_end2 .open {
        width:40px;
        height:40px;
        background:url(../images/tb36.png) center center no-repeat;
        transition: all ease .3s;
    }
    .header_menu_end2 .end {
        width:40px;
        height:40px;
        background:url(../images/tb37.png) center center no-repeat;
        transition: all ease .3s;
        display:none;
    }

    .header_menu_end3 {
        width:40px;
        height:40px;
        float:right;
        margin-right:4.5%;
        margin-top:40px;
    }
    .header_menu_end3 .open {
        width:40px;
        height:40px;
        background:url(../images/tb36.png) center center no-repeat;
        transition: all ease .3s;
    }
    .header_menu_end3 .end {
        width:40px;
        height:40px;
        background:url(../images/tb37.png) center center no-repeat;
        transition: all ease .3s;
        display:none;
    }

    .header_menu_end .open:hover, .header_menu_end2 .open:hover, .header_menu_end3 .open:hover {
        background:url(../images/tb36-1.png) center center no-repeat;
    }
    
    .header_menu_end .end:hover, .header_menu_end2 .end:hover, .header_menu_end3 .end:hover {
        background:url(../images/tb37-1.png) center center no-repeat;
    }


    .page_transform {
        transform: translate(-80%);
    }
    .mobile_box {
        width: 80%;
        position:fixed;
        right:0;
        min-height: 100%;
        top:0;
        overflow-x:hidden;
        overflow-y:auto;
        background: #02bea6;
        z-index: 9999;
        display:none;
    }
    .mobile_search {
        width:100%;
        height:61px;
        position:relative;
    }
    .mobile_search_txt {
        width:100%;
        height:61px;
        box-sizing:border-box;
        padding-left:20px;
        background:rgba(255,255,255,.2);
        color:#fff;
        border:none;
        font-size:18px;
    }
    .mobile_search_button {
        width:4rem;
        height:100%;
        position:absolute;
        right:0;
        top:0;
        z-index:2;
        background:url(../images/tb1.png) center center no-repeat;
        border:none;
        cursor:pointer;
    }
    .mobile_menu {
        width:100%;
    }
    .mobile_menu li {
        width:100%;
        border-top: 1px solid rgb(255 255 255);
        position:relative;
    }
    .mobile_menu li:hover .mobile_menu_a {
        color:#02bea6;
        border-right:5px solid #02bea6;
    }
    .mobile_menu_a {
        width:100%;
        height:60px;
        line-height:60px;
        display:block;
        box-sizing:border-box;
        padding-left:20px;
        color:#fff;
        font-size:18px;
        border-right:5px solid transparent;
        transition: all ease .3s;
    }
    .mobile_menu_a:hover {
        color:#02bea6;
        border-right:5px solid #02bea6;
    }
    .mobile_menu_s_open {
        width:4rem;
        height:60px;
        position:absolute;
        right:0;
        top:0;
        z-index:2;
        background:url(../images/tb22.png) center center no-repeat;
    }
    .mobile_menu_s {
        width:100%;
        display:none;
    }
    .mobile_menu_s_a {
        width:100%;
        box-sizing:border-box;
        padding-left:40px;
        display:block;
        line-height:60px;
        background:rgba(255,255,255,.1);
        border-right:5px solid transparent;
        border-top:1px solid rgba(255,255,255,.2);
        color:#fff;
        font-size:16px;
        transition: all ease .3s;
    }
    .mobile_menu_s_a:hover {
        color:#02bea6;
        border-right:5px solid #02bea6;
    }




.header_right {
    float:right;
    font-family:Arial;
    margin-right: 5%;
    width: 64%;
}
@media (max-width:1199px) {
    .header_right {
        display:none!important;
    }

}
.header_right_language {
    text-align:right;
    padding-top: 20px;
    margin-bottom: 3px;
    padding-right: 28px;
    float:right;
}
.header_right_language p {
   border-radius: 40px;
   padding-left: 15px;
   padding-right: 15px;
   line-height: 32px;
   font-size: 18px;
   display: block;
   float: left;
   color: #fff;
   background: #02bea6;
}

.header_right_language a.on {
    color:#02bea6;
}
.header_right_language a:last-child {
    border-right:none;
}
.header_right_un {
        margin-top: 2%;
        width:100%;
        float:right;
    }

.header_menu {
    float:right;
    /* padding-right:20px; */
}
.header_menu li {
    float:left;
    position:relative;
}
.header_menu_a {
    color:#fff;
    text-transform:uppercase;
    /* font-weight:bold; */
    font-size: 17px;
    line-height:20px;
    padding-left: 13px;
    padding-right: 28px;
    display:block;
    letter-spacing: 2px;
}

.header_menu li:hover .header_menu_a {
    color:#02bea6;
}
.header_menu li.on .header_menu_a {
    color: #02bea6;
}

.header2 {
    padding: 1% 0;
    width:100%;
    /* height:70px; */
    position:fixed;
    top:0;
    left:0;
    z-index: 999;
    background:#fff;
    box-sizing:border-box;
    /* border-bottom:1px solid #d7d7d7; */
    display:none;
}
.header2 .logo_2 {
    /* margin: 18px 0; */
}
.header2 .header_right_language {
    display:none;
}
.header2 .header_menu_a {
    color:#333;
    line-height: 52px;
}
.header2 .header_menu li:hover .header_menu_a {
    color:#02bea6;
}
.header2 .header_menu li.on .header_menu_a {
    color: #02bea6;
}
.header2 .s_menu {
    top:57px;
}
.header2 .header_search {
    margin-top:25px;
    background:url(../images/tb2.png) center center no-repeat;
}
.header2 .header_search_box {
    padding-top:15px;
}
.header2 .header_search_txt {
    color:#999;
}
.header2 .header_search_txt::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    text-align:right;
    color:#999;
} 
.header2 .header_search_txt:-moz-placeholder, textarea:-moz-placeholder { 
    text-align:right;
    color:#999;
} 
.header2 .header_search_txt::-moz-placeholder, textarea::-moz-placeholder { 
    text-align:right;
    color:#999;
} 
.header2 .header_search_txt:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    text-align:right;
    color:#999;
}
.header2 .header_search_button {
    background:url(../images/tb2.png) center center no-repeat;
}


.header3 {
    width:100%;
    height:135px;
    position:fixed;
    background:#fff;
    top:0;
    left:0;
    z-index:99;
}
.header3 .header_right_language a {
    padding-left:15px;
    padding-right:18px;
    height:10px;
    line-height:10px;
    font-size:14px;
    display:block;
    float:left;
    color:#333;
    text-transform:uppercase;
}
.header3 .header_right_language a:hover {
    color:#02bea6;
}
.header3 .header_right_language a.on {
    color:#02bea6;
}
.header3 .header_menu_a {
    color:#333;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    line-height:20px;
    height:56px;
    padding-left:20px;
    padding-right:44px;
    display:block;
}

.header3 .header_menu li:hover .header_menu_a {
    color:#02bea6;
}
.header3 .header_menu li.on .header_menu_a {
    color:#02bea6;
}
.header3 .header_search {
    width:20px;
    height:20px;
    background:url(../images/tb2.png) center center no-repeat;
    float:right;
    cursor:pointer;
    opacity:1;
    transition: all .2s ease;
}
@media (max-width:1199px) {
    .header3 .header_search {
        display:none;
    }
}
.header3 .header_search:hover {
    opacity:0.7;
}
.header3 .header_search_box {
    display:none;
    width:95.5%;
    padding-top:59px;
    position:absolute;
    top:0;
    right:4.5%;
    box-sizing:border-box;
    z-index:10;
}
.header3 .header_search_txt {
    color:#999;
}
.header3 .header_search_txt::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    text-align:right;
    color:#999;
} 
.header3 .header_search_txt:-moz-placeholder, textarea:-moz-placeholder { 
    text-align:right;
    color:#999;
} 
.header3 .header_search_txt::-moz-placeholder, textarea::-moz-placeholder { 
    text-align:right;
    color:#999;
} 
.header3 .header_search_txt:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    text-align:right;
    color:#999;
}
.header3 .header_search_button {
    background:url(../images/tb2.png) center center no-repeat;
}

.s_menu {
    position:absolute;
    top:43px;
    left:0;
    width:310px;
    padding-top:13px;
    background:url(../images/tb5.png) 15% top no-repeat;
    display:none;
}
.header_menu li:last-child .s_menu {
    left:auto;
    background:url(../images/tb5.png) 70% top no-repeat;
    right:0!important;
}
.s_menu_a {
    width:100%;
    height:50px;
    line-height:50px;
    background:#202020;
    color:#fff;
    font-size:16px;
    display:block;
    border-bottom:1px solid #373737;
    box-sizing:border-box;
    padding-left:30px;
    transition: all .1s ease;
}
.s_menu_a:last-child {
    border-bottom:none;
}
.s_menu_a:hover {
    background:#02bea6;
}


.header_search {
    width:20px;
    height:20px;
    background:url(../images/tb1.png) center center no-repeat;
    float:right;
    cursor:pointer;
    opacity:1;
    transition: all .2s ease;
}
@media (max-width:1199px) {
    .header_search {
        display:none;
    }
}

.header_search:hover {
    opacity:0.7;
}
.header_search_box {
    display:none;
    width:95.5%;
    padding-top:59px;
    position:absolute;
    top:0;
    right:4.5%;
    box-sizing:border-box;
    z-index:10;
}
.header_search_txt {
    background:no-repeat;
    border:none;
    font-size:20px;
    width:95%;
    height:40px;
    color:#fff;
    text-align:right;
    float:right;
}
.header_search_txt::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    text-align:right;
    color:#fff;
} 
.header_search_txt:-moz-placeholder, textarea:-moz-placeholder { 
    text-align:right;
    color:#fff;
} 
.header_search_txt::-moz-placeholder, textarea::-moz-placeholder { 
    text-align:right;
    color:#fff;
} 
.header_search_txt:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    text-align:right;
    color:#fff;
}
.header_search_button {
    width:5%;
    height:40px;
    background:url(../images/tb1.png) center center no-repeat;
    float:right;
    cursor:pointer;
    border:none;
}



@media (max-width:1400px) {
.header_logo {margin-top: 10px;width: 73px;}
.header_menu_a {padding-right: 13px;/* font-weight: 200; */font-size: 15px;}
.header_right_language {padding-right:18px;}
}

@media (max-width:900px) {
.logo_1 {
    margin-top: 19px;
}
.header_logo {margin-top: 0px;width: 69px;} 
.header_menu_a {padding-left:11%;}
.header {background:0;}
}


@media (max-width:1200px) {
    .header_menu_a {
    font-weight: 100;
    color: #ffffff;
    font-size: 18px;
    line-height: 66px;
    height: 66px;
}

.mobile_menu {
    margin-top: 26%;
    width: 100%;
}

}




.pager{width:100%;float:left;text-align:center;margin: 2% 0px;}
.pager a{display:inline-block;margin:0px 4px;background: #fff;padding: 0px 20px;line-height: 40px;color: #333;}
.pager a:hover,.pager a.cur{background:#02bea6;color:#fff;}

/*ny_banner*/
.ny_banner {
    position: relative;
}
.ny_banner h2 {
    font-size: 39px;
    letter-spacing: 6px;
    font-weight: 600;
    position: absolute;
    top: 43%;
    width: 100%;
    color: #fff;
}
.ny_banner img {
    width: 100%;
}

@media only screen and (max-width:950px) {
.ny_banner {}
.ny_banner h2 {
    font-size: 17px;
    top: 29%;
    letter-spacing: 2px;
}
.ny_banner img {
}
}

/*ny_banner*/

/*banner*/

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}


.banner_index {}

.banner_index .swiper-slide {
    color: #ffffff;
    padding-top: 105px;
    box-sizing: border-box;
    background: url(../images/c45f5ffd607440179027f892616d5fd6.gif) center center no-repeat;
    background-size: cover;
    padding-bottom: 4%;
}

.banner_index .swiper-slide .box {
    height: 800px;
    width: 88%;
    margin: 0 auto;
    position: relative;
}

.banner_index .right {
    position: absolute;
    width: 49%;
    right: 0;
    bottom: 0;
}

.banner_index .left {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 2;
    width: 58%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.banner_index .t1 {
    letter-spacing: 4px;
    text-shadow: 2px 2px 1px #0000004f;
    font-size: 48px;
    line-height: 66px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner_index .line {
    width: 80px;
    height: 3px;
    background: #ffffff;
    margin: 5% 0;
}



.banner_index .left2 {
    text-align: center;
    position: absolute;
    left: 0;
    top: 29%;
    z-index: 2;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.banner_index .right2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: right;
    /* margin-right: 30%; */
}

.banner_index .right2 img {width: 39.5%;margin:0 auto;display:block;}

.banner_index .li_je2 a {
    font-size: 20px;
    background: #ffffff;
    display: block;
    color: #3f3a39;
    width: 144px;
    padding: 6px 0;
    text-align: center;
    font-weight: 600;
    margin: 24px auto 0;
}
.banner_index .li_je2:hover a {background:#02bea6;color:#fff;}


.banner_index .line2 {
    margin: 0 auto;
    width: 100px;
    height: 5px;
    background: #02bea6;
    margin: 20px auto 13px;
}


.banner_index .t2 {
    text-shadow: 1px 1px 1px #0000004f;
    width: 97%;
    font-size: 26px;
    letter-spacing: 3px;
}

.banner_index .li_je {
    margin-top: 8%;
}
.banner_index .li_je a {
    font-size: 17px;
    background: #ffffff;
    display: block;
    color: #3f3a39;
    width: 121px;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
}

.banner_index .li_je:hover a {background:#02bea6;color:#fff;}

.banner_index .swiper-button-prev {
    top: auto;
    bottom: 45px;
    left: calc(50% - 100px);
    z-index: 11;
    background: url("../images/ico_top.png");
    width: 62px;
    height: 62px;
    transform: rotate(-90deg);
    opacity: .9;
}

.banner_index .swiper-button-next {
    top: auto;
    opacity: .9;
    bottom: 45px;
    right: calc(50% - 100px);
    z-index: 11;
    background: url("../images/ico_top.png");
    width: 62px;
    height: 62px;
    transform: rotate(90deg);
}

.banner_index .swiper-button-prev:hover,
.banner_index .swiper-button-next:hover {
    background-color: transparent;
    opacity: .65;
}

.swiper-pagination {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}



@media screen and (max-width: 1800px) {
    .banner_index .t1 {
        font-size: 45px;
    }

}

@media screen and (max-width: 1600px) {

    .banner_index .left {
        width: 60%;
    }

    .banner_index .t1 {
        font-size: 40px;
        line-height: 68px;
    }

    .banner_index .t2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {

    .banner_index .swiper-slide {
        padding-top: 105px;
        min-height: 600px;
    }

    .banner_index .right {
        width: 50%;
    }

    .banner_index .t1 {
        font-size: 41px;
        line-height: 52px;
    }

    .banner_index .t2 {
        font-size: 24px;
    }

    .banner_index .line {
        width: 70px;
        margin: 15px 0 30px;
    }

    .banner_index .left {
        top:37%;
        width: 57%;
    }

    .banner_index .right2 img {width:40%;}
    .banner_index .left2 {top:20%;}
    .banner_index .swiper-slide .box {
    height: 510px;}
}

@media screen and (max-width:900px){
.box {
    /* overflow: hidden; */
    width: 90%;
    margin: auto;
}
.banner_index .left {top: 42%;position: relative;width:auto;}
.banner_index .swiper-slide {
   padding-top: 0;
   min-height: 0;
}
.banner_index .t1 {
    font-size: 29px;
    line-height: 32px;
}

.banner_index .right {
    position: absolute;
    float: none;
    width: 83%;
    /* margin: 12%; */
    bottom: 5%;
    right: 0%;
    /* display: none; */
}
.banner_index .left2 {
    top: 32%;
    position: relative;
    width: auto;
}

.banner_index .right2 {
    position: absolute;
    float: none;
    width: 100%;
    /* margin: 12%; */
    bottom: 8%;
    /* display: none; */
}
.banner_index .right2 img {
    width: 83%;
}
.banner_index .li_je {
    margin-top:7%;
}
.banner_index .t2 {
    font-size: 18px;
}
.banner_index .li_je a {
    width: 100px;
    font-size: 13px;
}
.banner_index .line {
    width: 36px;
    margin: 21px 0;
}
}

/*end-banner*/

/*news*/

.index_about {
    background: #f0fffd;
    position: relative;
    overflow: hidden;
}
.index_title {
    margin-bottom: 2%;
    /* text-align: center; */
}

.index_title h1 {
    color: #02bea6;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 4px;
    display: block;
    margin: 0 0 9px;
}

.index_title i {margin: 2% 0;display:block;width: 59px;height: 4px;background: #4c4c4c;background: linear-gradient( 
43deg, #2cb07c 26%, #35bde7 100%);border-radius: 21px;}

.index_about .about_fr {
    width: 26%;
    position: absolute;
    right: 0;
    bottom: 0px;
} 
.index_about .about_fr img {} 

.index_about .about_fl {
    margin: 4% 0;
    width: 53%;
}
.index_about .about_fl h2 {
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3%;
    font-size: 35px;
    letter-spacing: 1px;
}
.index_about .about_fl span {
    font-weight: 100;
    color: #797979;
    display: block;
    text-indent: 0em;
    line-height: 32px;
    margin: 3% 0;
}

.index_about .about_fl a {
    margin-top: 6%;
    margin-bottom: 2%;
    font-size: 20px;
    display: block;
    width: 130px;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    background: #02bea6;
}


@media screen and (max-width:1450px){
.index_title h1 {font-size: 35px;}
.index_about .about_fl h2 {margin: 4% 0 2%;line-height: 29px;font-size: 32px;}
.index_about .about_fl span {line-height: 18px;}
.index_about .about_fr {width: 30%;}
}

@media screen and (max-width:1200px){
.index_about .about_fl {
    width: 60%;
} 
.index_about .about_fr {
    width: 44%;
}
}

@media screen and (max-width:900px){

.index_about {}
.index_title {}
.index_title h1 {font-size:24px;}
.index_title i {width: 34px;height: 2px;margin:2% 0;}
.index_about .about_fl {margin: 5% 0;width:auto;}
.index_about .about_fr {display:none;}
.index_about .about_fl h2 {
    line-height: 20px;
    font-size: 16px;
    margin: 4% 0;
    }
.index_about span {}
.index_about .about_fl a{font-size: 17px;
    width: 120px;
    padding: 5px 0;}
.index_about ul {}
.index_about ul li {}
.index_about ul li img {}
.index_about ul li .qywh {}
.index_about ul li .qywh p {}
.index_about ul li .qywh span {}

}

/*index_about*/


/*product*/
.product {background: #ffffff;padding: 3% 0 0;}

#youdaoBanner{
    margin-top: 3%;
    /* background: linear-gradient( 
43deg, #2cb07c 26%, #35bde7 100%); */
    background: #02bea6;
    padding: 3% 0;
    position:relative;
}
#youdaoBanner .swiper-slide{
    width: 480px;
    padding:0 30px;
    position:relative;
}
#youdaoBanner .swiper-slide .bg{
    background-repeat: no-repeat;
    background-position: center top;
    position:relative;
    overflow:hidden;
    }

#youdaoBanner .swiper-button-prev,#youdaoBanner .swiper-button-next{
    z-index: 99999;
    position:absolute;
    /* z-index:999; */
    top:50%;
    left:10px;
    margin-top:-30px;
    width: 60px;
    height: 60px;
    cursor:pointer;
    display: block;
}
#youdaoBanner .swiper-button-next{
    left:auto;
    }
#youdaoBanner:hover .swiper-button-prev,#youdaoBanner:hover .swiper-button-next{
    display:block;
}


#youdaoBanner .info{
    bottom:-100%;
    width: 89%;
    position: absolute;
    padding: 6%;
    z-index:999;
    color:#fff;
    font-size:14px;
    background: linear-gradient( 
43deg, #2cb07cd6 26%, #35bde7d9 100%);
    /* background: #02bea6d9; */
    transition: 0.5s all;
    -webkit-transition:0.5s all;
}

#youdaoBanner .swiper-slide:hover .info{bottom:0%;}
#youdaoBanner .info .date{
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
}
#youdaoBanner .info h3{
    margin-bottom: 18px;
}
#youdaoBanner .info h3{
    line-height: 31px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration:none;
}
#youdaoBanner .info p{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    width: auto;
    font-size: 14px;
    color: #fff;
}
#youdaoBanner .info .btn{
    margin-top: 40px;
    display:block;
    color: #fff;
    font-size: 19px;
    text-align:center;
    width:106px;
    height:42px;
    line-height: 40px;
    text-decoration:none;
    background:url(../images/link_bg.png) no-repeat;
}
#youdaoBanner .info .btn:hover{
    color:#000;
    background:url(../images/link_bg.png) no-repeat left -42px;
}
#youdaoBanner .info .ljxq {
    font-size: 13px;
    color:#02bea6;
    background: #fff;
    padding: 3px 13px;
    margin-top: 3%;
    }

@media screen and (max-width:900px){
#youdaoBanner .info h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
}

#youdaoBanner .swiper-slide {width:340px;}
#youdaoBanner .swiper-slide .bg {height:auto;border-radius: 16px;}
#youdaoBanner .swiper-button-prev, #youdaoBanner .swiper-button-next {width: 40px;
    height: 40px;}
#youdaoBanner .info p {font-size: 12px;-webkit-line-clamp:2;}
#youdaoBanner .info .ljxq {font-size:11px;color:#02bea6;
    background: #fff;padding:2px 7px;}
}
/*product*/


/*footer*/

footer {
    background: #02bea6;
    padding: 1% 0;
}
footer .footer_top {
    padding-bottom: 1%;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
}
footer .footer_top .ft_fl {
}
footer .footer_top .ft_fl a {
    letter-spacing: 2px;
    color: #ffffff;
}

footer .footer_top .ft_fl a:hover {
    color: #ffffff;
}

footer .footer_top .ft_fl i {
    color: #ffffff;
    margin: 0 2%;
    /* font-size: 15px; */
}

footer .footer_bot {
    position: relative;
    padding: 1% 0;
    overflow: hidden;
    margin-top: 1%;
}
footer .footer_bot .fb_fl {}
footer .footer_bot .fb_fl p {
    margin: 2% 0;
    /* line-height: 43px; */
    font-size: 27px;
    display: block;
    color: #ffffff;
}
footer .footer_bot .fb_fl p img {
    margin-right: 7px;
    margin-bottom: 7px;
    width: 26px;
}
footer .footer_bot .fb_fl p span {
    font-size: 26px;
}

footer .footer_bot .fb_fl b {
    font-size: 15px;
    display: block;
    color: #ffffff;
    font-weight: 500;
    margin-top: 3%;
}

footer .footer_bot .fb_fl b a {
    margin: 0 11px;
    color: #fff;
}

footer .footer_bot .fb_fr {
    width: 150px;
}
footer .footer_bot .fb_fr span {color: #fff;display:block;text-align: center;margin: 3% 0 0;}
footer .footer_bot .fb_fr img {padding: 3%;width: 93%;display:block;background: #fff;}

@media screen and (max-width:1200px){
footer .footer_bot .fb_fr {
    width: 28%;
}
}
@media screen and (max-width:900px){
footer {
    padding: 5% 0;
}
footer .footer_top {
    display: none;
}
footer .footer_top .ft_fl {
    width: auto;
    display: none;
}

footer .footer_bot {}
footer .footer_bot .fb_fl {
    width: 66%;
    display: block;
    /* float: none; */
}
footer .footer_bot .fb_fl p {
    font-size: 16px;
}
footer .footer_bot .fb_fl p img {
    margin-right: 5px;
    margin-bottom: 4px;
    width: 16px;
}
footer .footer_bot .fb_fl p span {
    font-size: 15px;
}

footer .footer_bot .fb_fr {
    position: relative;
    width: 30%;
    margin: 0% 0;
}
footer .footer_bot .fb_fr img {}
footer .footer_bot .fb_fl b a {
    font-size: 11px;
    display: block;
    margin: 0;
}
footer .footer_bot .fb_fl b {
    font-size: 11px;
    margin-top: 8%;
}

}
/*footer*/

.news-t h1 {
    text-align: center;
}
.news-t i {
    margin: 0 auto;
}

.daohang {}
.daohang ul {
    text-align: center;
}
.daohang ul li {
    display: inline-block;
    margin: 0 10px;
}
.daohang ul li a {
    letter-spacing: 2px;
    color: #fff;
    padding: 6px 20px;
    font-size: 18px;
    background: #02bea6;
}

@media screen and (max-width:900px){
.daohang {}
.daohang ul {}
.daohang ul li {
    margin: 0 7px;
}
.daohang ul li a {
    font-size: 14px;
}
    
}

@media screen and (max-width:700px){
.daohang {display:none;}

}


/* News_list */

.News_list {
    margin-bottom: 3%;
}
.News_list ul {
    overflow: hidden;
}
.News_list ul li {
    position: relative;
    border: 1px solid #ebebeb;
    display: block;
    padding: 1%;
    width: 29.2%;
    float: left;
    margin: 1%;
}
.News_list ul li .news_top {
    position: relative;
    overflow: hidden;
}
.News_list ul li .news_top .news_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}
.News_list ul li p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 600;
    margin: 3% 0;
}
.News_list ul li span {
    color: #8b8b8b;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 3%;
    height: 44px;
}

.News_list ul li .news_bot {
    display: block;
    /* position: relative; */
    width: 100%;
}
.News_list ul li .news_bot b {
    font-size: 17px;
    font-weight: 100;
    color: #02bea6;
    font-family: fantasy;
}
.News_list ul li .news_bot img {
    right: 5%;
    display: block;
    width: 24px;
    position: absolute;
    bottom: 4%;
}

.News_list ul li:hover p {color: #02bea6;}
.News_list ul li:hover { border: 1px solid #02bea6;}

@media only screen and (max-width:1685px) {
.News_list ul li {padding:0.8%;}
}


@media only screen and (max-width:900px) {
.News_list {
    margin: 7% 0;
}
.News_list ul {}
.News_list ul li {
    width: 46%;
}
.News_list ul li .news_top {}
.News_list ul li .news_top .news_img {}
.News_list ul li p {}
.News_list ul li span {
    font-size: 12px;
    height: 54px;
}

.News_list ul li .news_bot {}
.News_list ul li .news_bot b {
    font-size: 15px;
}
.News_list ul li .news_bot img {
    width: 20px;
    bottom: 4%;
}


}

@media only screen and (max-width:600px) {

.News_list ul li {
    width: 47.2%;
    margin: 0.2%;
}

.News_list ul li p {
    font-weight: 400;
    -webkit-line-clamp: 2;
    font-size: 10px;
}
.News_list ul li span {
    /* height: 54px; */
    display: none;
}

.News_list ul li .news_bot b {
    font-size: 11px;
}
.News_list ul li .news_bot img {
    width: 20px;
    bottom: 4%;
}

}
/* News_list */


.index_bg {
    position: relative;
    margin-bottom: 3%;
}
.index_bg ul {
    text-align: center;
}
.index_bg ul li {
    overflow: hidden;
    background: #ffffffa6;
    display: inline-block;
    margin: 1.5% 2%;
    padding: 1% 3%;
    width: 11%;
    border-radius: 10px;
}
.index_bg ul li i {
    display: block;
    margin: 0 auto;
    width: 34%;
    padding: 7%;
    border: 2px solid #02bea6;
    border-radius: 50%;
    margin-bottom: 6%;
}
.index_bg ul li i img {}
.index_bg .background {
    background: linear-gradient( 
43deg, #2cb07c94 26%, #35bde785 100%);
}
.index_bg .container {
    width: 100%;
    position: absolute;
    padding: 1% 0;
}
.index_bg ul li p {
    font-weight: 600;
    color: #383838;
}

@media only screen and (max-width:1150px) {
.index_bg .container {}
.index_bg {}
.index_bg ul {}
.index_bg ul li {
    width: 20%;
}
.index_bg ul li p {
    font-weight: 500;
}

.index_bg ul li i {
    width: 12%;
    border: 1px solid #02bea6;
    padding: 4%;
}
.index_bg ul li i img {}
.index_bg .background {}

}

@media only screen and (max-width:600px) {
.index_bg .container {
    position: relative;
}
.index_bg {
    background: #02bea6;
}
.index_bg ul {}
.index_bg ul li {
    margin: 2% 0;
    padding: 1% 1%;
    width: 30%;
}
.index_bg ul li p {
    font-size: 10px;
}

.index_bg ul li i {
    width: 22%;
    padding: 7%;
}
.index_bg ul li i img {}
.index_bg .background {
    display: none;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0 !important;}
.swiper-pagination {font-size:13px;}
}


.case_l {
    position: relative;
}
.case_l .case_img {
    width: 100%;
    position: absolute;
    height: 100%;
}

.case_list {
    margin-bottom: 3%;
    padding: 3% 0;
    background: #f0fffd;
}
.case_list ul {
    flex-wrap: wrap;
    display: flex;
}
.case_list ul li {
    border: 1px solid #efefef;
    background: #ffffff;
    width: 22%;
    padding: 0.9%;
    margin: 0.5%;
}
.case_list ul li p {
    display: block;
    color: #2c2c2c;
    font-size: 19px;
    font-weight: 600;
    margin: 3% 0;
    padding: 0 0 3%;
    border-bottom: 1px solid #d5d5d5;
}
.case_list ul li span {
    color: #838383;
    height: 48px;
    line-height: 26px;
    font-size: 15px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.case_list ul li:hover {border: 1px solid #02bea6;}
.case_list ul li:hover p {color:#02bea6;border-bottom: 1px solid #02bea6;}
.case_list ul li:hover span {color:#000;}


@media only screen and (max-width:900px) {
.case_l {}
.case_l .case_img {}

.case_list {}
.case_list ul {}
.case_list ul li {
    width: 46%;
}
.case_list ul li p {
    font-weight: 500;
    font-size: 14px;
    margin: 4% 0;
}
.case_list ul li span {
    height: 39px;
    font-size: 11px;
    line-height: 18px;
}

}

/*----------links --------*/
.links {
    background: #f0fffd;
    padding: 9px 0;
}
.links h3 {
    color: #25c5bf;
    font-size: 16px;
    margin-bottom: 5px;
}
.links links-cont {}
.links a {
    color: #7e7e7e;
    margin-right: 1%;
    font-size: 13px;
}
@media (max-width:700px){
.links a {
    font-size: 12px;
    margin-right: 4%;
}
.links h3 {font-size:15px;}
}


/*----------links --------*/

.didian {
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    padding: 0.4% 0;
}
.didian h1 {
    font-size: 15px;
    float: left;
    color: #25c5bf;
}
.didian p {
    color: #9d9d9d;
    font-size: 15px;
    float: right;
}
.didian p i {
    margin: 0 6px;
}
.didian p i a {}

@media (max-width:980px){
.didian {
    padding: 1% 0;
}
.didian h1 {
    line-height: 20px;
    font-size: 13px;
}
.didian p {
    line-height: 20px;
    font-size: 12px;
}
.didian p i {}
.didian p i a {}

}


.ny_banner {}
.ny_banner h3 {
    -webkit-text-stroke: 1px #fff;
    top: 38%;
    font-size: 55px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #02bea6;
    letter-spacing: 11px;
    font-weight: 800;
    text-shadow: 1px 1px 3px #00000096;
}
.ny_banner h3 i {
    color: #fff;
    margin-left: 4px;
    letter-spacing: 15px;
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
    font-size: 26px;
}

@media (max-width:900px){
.ny_banner {}
.ny_banner h3 {
    -webkit-text-stroke: 0.5px #fff;
    text-shadow: 1px 1px 3px #00000030;
    font-size: 21px;
    letter-spacing: 5px;
}
.ny_banner h3 i {
    letter-spacing: 8px;
    font-size: 11px;
    margin-left: 0px;
}

}

.jjfa {
    margin: 5% 0;
}
.jjfa dl {
    width: 95%;
    max-width: 1300px;
    margin: 3% auto;
    padding: 2%;
    border: 1px solid #e7e7e7;
}

.jjfa dl {
    background: #f5f5f5a1;
    justify-content: space-between;
    display: flex;
}

.jjfa dl dt {
    width: 32%;
}
.jjfa dl dt img {}

.jjfa dl dd {
    position: relative;
    width: 64%;
}
.jjfa dl dd p {
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 3%;
    margin-top: 0%;
}
.jjfa dl dd span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #919191;
}
.jjfa dl i {
    position: absolute;
    left: 0;
    bottom: 0;
}
.jjfa dl i a {
    display: block;
    width: 115px;
    font-size: 17px;
    background: #02bea6;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.jjfa dl:hover {border:1px solid #02bea6;}
.jjfa dl:hover dd p {color:#02bea6;}
.jjfa dl:hover dd span {color:#000;}


@media (max-width:1300px){
.jjfa {}
.jjfa dl {}

.jjfa dl dt {
    width: 40%;
}
.jjfa dl dt img {}

.jjfa dl dd {
    width: 56%;
}
.jjfa dl dd p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.jjfa dl dd span {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 25px;
}

.jjfa dl i {}
.jjfa dl i a {
    font-size: 14px;
    line-height: 30px;
    width: 89px;
}

}

@media (max-width:900px){
.jjfa {}
.jjfa dl {
    display: block;
}
.jjfa dl a {}

.jjfa dl dt {
    width: 100%;
}
.jjfa dl dt img {}

.jjfa dl dd {
    margin: 4% 0;
    width: 100%;
}
.jjfa dl dd p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2%;
}
.jjfa dl dd span {
    margin-bottom: 5%;
    line-height: 18px;
    font-size: 11px;
}

.jjfa dl i {position: relative;margin: 4% 0 0;}
.jjfa dl i a {
    line-height: 24px;
    font-size: 11px;
    width: 64px;
}

}




form {margin: 7% auto;}
form li.first,li.second{
  display: flex;
  border:none;
  list-style:none;
  margin-bottom: 41px;
  width:100%;
}
.icon,.icon2  {
  height:55px;
  width:55px;
  display: block;
  float: left;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
}
.user {
    background: url(../images/icons.png) no-repeat 14px 15px #25c5bf;
}
.email{
  background: url(../images/icons.png) no-repeat 15px -39px #25c5bf;
}
.phone{
  background: url(../images/icons.png) no-repeat 15px -93px #25c5bf;
}
.msg{
  background: url(../images/msg.png) no-repeat 16px 16px #25c5bf;
}
li.first:hover .user{
     background: url(../images/icons.png) no-repeat 14px 15px #35bde7;
}
li.first:hover .email{
  background: url(../images/icons.png) no-repeat 15px -39px #35bde7;
}
li.first:hover .phone{
  background: url(../images/icons.png) no-repeat 15px -93px #35bde7;
}
li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 16px 16px #35bde7;
}
/*-----*/
input[type="text"],form textarea {
  width: 88%;
  padding: 1.13em 1em 1.13em 1em;
  color: #858282;
  font-size: 15px;
  outline: none;
  background: #fff;
  font-weight: 500;
  border: none;
  font-family: 'Lora', serif;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  border-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  }
  .submit{

  }
form textarea {
  resize: none;
  height: 140px;
}
.login-01 input[type="submit"]{
  margin-bottom: 10%;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 4px;
  width: 136px;
  /* border: 2px solid #25c5bf; */
  float: right;
  background: linear-gradient( 28deg, #0097c9 26%, #3be2b4 100%);
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
input[type="submit"]:hover{}
li.lost {
  margin-bottom: 21px;
}
/*---------------*/
.login-01 {margin: 0 auto;max-width: 700px;}
.copy-right {
  text-align: center;
  margin: 2em 0;
}
.copy-right p {
    color: #fff;
    font-size: 1em;
    font-weight:400;
}
.copy-right p a {
    color:#fff;
}
.copy-right p a:hover {
    text-decoration: underline;
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
  .login-01 input[type="submit"]{
  margin-right:1.85em;
  }
    
}
@media (max-width:1366px){
  .login-01 input[type="submit"]{
  margin-right: 0;
  }
    
}
@media (max-width:1280px){
   .login-01 {
    width:57%;
    margin:5% auto 5%;
  }
  body h1 {
  font-size: 2.7em;
}

input[type="text"], form textarea {width: 90%;}
}
 
}
@media (max-width:1024px){
  .login-01 {
  width: 45%;
}
 body h1 {
  font-size: 2.5em;
}
 
}
@media (max-width:768px){
  .login-01 {
  width: 63%;
}
 body h1 {
  font-size: 2.3em;
}
}
@media (max-width:640px){
  .login-01 {
  width: 73%;
  }
  body h1 {
  font-size: 2.1em;
}
}
@media (max-width:480px){
   .login-01 {
    width: 100%;
  }
  .copy-right p {
    font-size: 0.9em;
  }
   input[type="text"], form textarea {
  width: 87%;
  padding: 1em 1em 1em 1em;
  font-size: 14px;
  }
  .icon, .icon2 {
  height: 48px;
  width: 48px;
  }
  .user {
    background: url(../images/icons.png) no-repeat 11px 12px #25c5bf;
      background-size: 45%;
}
.email{
  background:url(../images/icons.png) no-repeat 12px -36px #25c5bf;
    background-size: 45%;
}
.phone{
  background:url(../images/icons.png) no-repeat 12px -87px #25c5bf;
    background-size: 45%;
}
.msg{
  background: url(../images/msg.png) no-repeat 14px 11px #25c5bf;
    background-size: 45%;
}
li.first:hover .user{
     background: url(../images/icons.png) no-repeat 11px 9px #35bde7;
      background-size: 45%;
}
li.first:hover .email{
  background:url(../images/icons.png) no-repeat 12px -36px #35bde7;
   background-size: 45%;
}
li.first:hover .phone{
  background:url(../images/icons.png) no-repeat 12px -87px #35bde7;
   background-size: 45%;
}
li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 14px 11px #35bde7;
   background-size: 45%;
}
body h1 {
  font-size:2em;
  padding-top: 1em;
}
form li.first, li.second {
  margin-bottom: 18px;
  }

}
@media (max-width:320px){
  input[type="text"], form textarea {
 width: 71%;
  padding: 1em 1em 1em 0.8em;
  font-size: 14px;
  }
  .login-01 {
    width:96%;
  }
  .icon, .icon2 {
  height: 45px;
  width: 45px;
  }
  .user {
    background: url(../images/icons.png) no-repeat 11px 13px #25c5bf;
     background-size: 40%;
}
.email{
  background:url(../images/icons.png) no-repeat 12px -29px #25c5bf;
   background-size: 40%;
}
.phone{
  background:url(../images/icons.png) no-repeat 12px -72px #25c5bf;
   background-size: 40%;
}
.msg{
  background: url(../images/msg.png) no-repeat 14px 13px #25c5bf;
   background-size: 40%;
}
li.first:hover .user{
     background: url(../images/icons.png) no-repeat 11px 13px #35bde7;
      background-size: 40%;
}
li.first:hover .email{
  background:url(../images/icons.png) no-repeat 12px -29px #35bde7;
   background-size: 40%;
}
li.first:hover .phone{
  background:url(../images/icons.png) no-repeat 12px -72px #35bde7;
   background-size: 40%;
}
li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 14px 13px #35bde7;
   background-size: 40%;
}
.copy-right p {
  line-height: 1.6em;
}
.login-01 input[type="submit"] {
  font-size: 17px;
  padding: 8px 8px;
  width: 36%;
  margin-right: 0.7em;
}

}




.con_lxfs {
    margin: 3% 0;
}
.con_lxfs ul {
    display: flex;
}
.con_lxfs ul li {
    padding: 2% 1%;
    text-align: center;
    width: 33%;
    background: #f1f1f1;
    margin: 1%;
}
.con_lxfs ul li i {
    margin: 0 auto;
    width: 36px;
    display: block;
    padding: 4%;
    background: #25c5bf;
    border-radius: 40px;
}
.con_lxfs ul li i img {}
.con_lxfs ul li p {
    font-size: 20px;
    display: block;
    padding: 7% 0 2%;
    font-weight: 600;
}
.con_lxfs ul li span {
    font-size: 17px;
    color: #858585;
}

@media (max-width:1320px){
.con_lxfs {}
.con_lxfs ul {flex-wrap: wrap;}
.con_lxfs ul li {
    float: left;
    width: 48%;
}
.con_lxfs ul li i {
    width: 40px;
}
.con_lxfs ul li i img {}
.con_lxfs ul li p {
    font-size: 19px;
}
.con_lxfs ul li span {
    height: 39px;
    font-size: 15px;
    display: block;
}

}


@media (max-width:600px){
.con_lxfs {}
.con_lxfs ul {
    overflow: hidden;
}
.con_lxfs ul li {
    padding: 3% 0%;
    /* float: none; */
}
.con_lxfs ul li i {
    width: 22px;
    padding: 3%;
}
.con_lxfs ul li i img {}
.con_lxfs ul li p {
    font-size: 15px;
}
.con_lxfs ul li span {
    height: 28px;
    font-size: 11px;
}

}



.ny_nav {}
.ny_nav ul {
    text-align: center;
}
.ny_nav ul .active {
    background: #02bea6;
}
.ny_nav ul .active a {
    color: #fff;
}

.ny_nav ul li {
    margin: 3% 1%;
    padding: 9px 32px;
    display: inline-block;
    background: #f1f1f1;
}
.ny_nav ul li a {
    color: #000;
    font-size: 18px;
}

.ny_nav ul li:hover {background: #02bea6;}
.ny_nav ul li:hover a {color:#fff;}

@media screen and (max-width:600px){
.ny_nav {}
.ny_nav ul {}
.ny_nav ul li {
    padding: 5px 11px;
}
.ny_nav ul li a {
    font-size: 14px;
}

}


.about_qywh {
    background: #f1f1f1;
    padding: 4% 0;
}
.about_qywh ul {
    overflow: hidden;
}
.about_qywh ul li {
    text-align: center;
    background: #ffffff;
    display: block;
    width: 21%;
    float: left;
    padding: 3% 5%;
    margin: 1%;
}
.about_qywh ul li p {
    color: #02bea6;
    margin-bottom: 3%;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.about_qywh ul li span {
    font-size: 15px;
    letter-spacing: 2px;
}
@media screen and (max-width:600px){
.about_qywh {}
.about_qywh ul {}
.about_qywh ul li {
    padding: 5% 9%;
    float: none;
    width: auto;
    margin: 6% 6%;
}
.about_qywh ul li p {
    font-size: 16px;
}
.about_qywh ul li span {
    font-size: 11px;
}
}



.inside_main {margin:3% 0; }
.ryzz {
    display: flex;
    padding: 0;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ryzz li {
    list-style: none;
    width: 23%;
    float: left;
    margin: 1%;
}
.ryzz li p {
    display: none;
    margin: 5% 0;
    text-align: center;
    font-size: 17px;
}
@media (max-width:767px) {
.ryzz {
    margin: 0;
    padding: 0;
}
.ryzz li {
    width: 47%;
}

.ryzz li p {font-size:13px;}

}



.pagination&gt;li&gt;a, .pagination&gt;li&gt;span{color:#333;}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover{background-color: #02bea6;
    border-color: #02bea6;}

.pageController{overflow: hidden;padding-top:5px;padding-bottom:5px;display: flex;margin: 3% auto 0;width: 308px;}
.pageController a{/* float:left; */display: inline-block;background-color: #ededed;border: #b9b9b9 1px solid;color: #000000;padding: 4px 12px;margin-right: 11px;font-size: 16px;}
.pageController a:hover{background-color: #02bea6;color: #ffffff;text-decoration:none;font-weight:bold;border: #02bea6 1px solid;}
.pageController .currPage {background-color: #02bea6;color:#fff;font-weight:bold;border: #02bea6 1px solid;}
.clear{clear:both;}
@media screen and (max-width:600px){
.pageController a {padding: 4px 9px;margin-right: 14px;font-size: 12px;}
.pageController {width: 264px;}
}



.about_gsjj {
    margin: 4% 0;
    display: flex;
}
.about_gsjj .about_fl{
    margin-right: 3%;
    width: 41%;
}
.about_gsjj .about_fr{
    width: 59%;
}

.about_gsjj img {}
.about_gsjj .wenan {
    margin-right: 13%;
    margin-top: 5%;
}
.about_gsjj .wenan h1 {
    font-weight: 600;
    font-size: 34px;
    display: block;
    margin-bottom: 3%;
}
.about_gsjj .wenan h2 {
    margin-bottom: 5%;
    color: #02bea6;
    font-size: 30px;
    font-weight: 600;
}
.about_gsjj .wenan p {
    display: block;
    margin: 2% 0;
    font-size: 16px;
    line-height: 28px;
    color: #727272;
}

@media screen and (max-width:1500px){
.about_gsjj .wenan {margin-top:1%;margin-right: 0%;}
.about_gsjj .about_fl{}
.about_gsjj .about_fr{}
.about_gsjj .wenan h1 {font-size:25px;}
.about_gsjj .wenan h2 {font-size:25px;margin-bottom: 3%;}
.about_gsjj .wenan p {font-size: 13px;line-height: 24px;}
}

@media screen and (max-width:1300px){
.about_gsjj .about_fl{}
}


@media screen and (max-width:1000px){
.about_gsjj {
    width: 89%;
    display: block;
    margin: 0 auto;
}
.about_gsjj .about_fl{
    margin: 3% 0;
    width: 100%;
}
.about_gsjj .about_fr{
    width: 100%;
}


.about_gsjj .wenan h1 {
    font-size: 20px;
}
.about_gsjj .wenan h2 {
    font-size: 18px;
    margin-bottom: 2%;
}
.about_gsjj .wenan p {
    font-size: 11px;
    line-height: 22px;
}

}

.hzhb {
    padding: 2% 0;
    background: #f1f1f1;
}
.hzhb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.hzhb ul li {
    /* background: #fff; */
    width: 15.8%;
    padding: 1%;
    margin: 1%;
    border: 1px solid #e9e9e9;
}
.hzhb ul li img {}

@media screen and (max-width:1000px){
.hzhb {}
.hzhb ul {
    margin: 5% 0;
}
.hzhb ul li {
    width: 28%;
}
.hzhb ul li img {}

}


.ny_nav {}
.ny_nav ul {
    text-align: center;
}
.ny_nav ul .active {
    background: linear-gradient( 28deg, #0097c9 26%, #3be2b4 100%);
}
.ny_nav ul .active a {
    color: #fff;
}

.ny_nav ul li {
    margin: 3% 1%;
    padding: 7px 24px;
    display: inline-block;
    background: #25c5bf;
}
.ny_nav ul li a {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

.ny_nav ul li:hover {background: linear-gradient( 28deg, #0097c9 26%, #3be2b4 100%);}
.ny_nav ul li:hover a {color:#fff;}

@media screen and (max-width:900px){
.ny_nav {}
.ny_nav ul {}
.ny_nav ul li {
    padding: 5px 17px;
}
.ny_nav ul li a {
    font-size: 14px;
}

}


.pro_nav {
    padding: 1% 0;
    width: 320px;
    margin-right: 2%;
}
.pro_nav h2 {
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 7% 0;
    background: #02bea6;
    font-size: 24px;
    color: #ffff;
}
.pro_nav h1 a {
    color: #02bea6;
    font-weight: 600;
    background: #e5fcff;
    display: block;
    margin: 1% 0;
    padding: 4% 7%;
    font-size: 20px;
}
.pro_nav .fl_2 {
    background: #daf5f96b;
    font-size: 16px;
    display: block;
    margin: 2% 0;
    padding: 5% 10%;
}

.pro_nav .pro_fl {
    margin-bottom: 7%;
}

.pro_nav a:hover {background: linear-gradient( 
28deg, #0097c9 26%, #3be2b4 100%);color:#fff;}

.pro_nav .active {background: linear-gradient( 
28deg, #0097c9 26%, #3be2b4 100%);color:#fff;}



/*product*/

.list_product {
    overflow: hidden;
    margin: 3% 0;
}

.list_product .container {
    display: flex;
}

.list_product ul {
    width: 103%;
}
.list_product ul li {
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
    position: relative;
    display: block;
    float: left;
    width: 23%;
    padding: 1%;
    margin-bottom: 1%;
    z-index: 9;
}
.list_product ul li .pro_img {
    margin-bottom: 5%;
    border: 1px solid #ebebeb;
    position: relative;
    overflow: hidden;
}
.list_product ul li .pro_img .pro-img {
    width: 100%;
    position: absolute;
    top: 0;
    max-height: max-content;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    height: 100%;
}
.list_product ul li:hover .pro_img .pro-img { transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); }

.list_product ul li p {
    text-align: center;
    display: block;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
}
.list_product ul li i {
}
.list_product ul li span {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #959595;
    margin-bottom: 56px;
    line-height: 24px;
    letter-spacing: 2px;
    font-size: 15px;
    height: 48px;
}

.list_product ul li .pro_bot {
    bottom: 2%;
    right: 5%;
    position: absolute;
    width: 19px;
    height: 20px;
    overflow: hidden;
}
.list_product ul li .pro_bot img {
    display: block;
    position: absolute;
    width: 27px;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
}
.list_product ul li .pro_bot .img_l {
    left: 0;
}
.list_product ul li .pro_bot .img_r {
    left: -100%;
}

.list_product ul li:hover {background: #edfffb;}
.list_product ul li:hover p {color:#25c5bf;}
.list_product ul li:hover span {color:#000;}

.list_product ul li:hover .pro_bot .img_l {
    left:100%;
}
.list_product ul li:hover .pro_bot .img_r {
    left:0%;
}

@media screen and (max-width:1400px){
.list_product ul li span {font-size:13px;}
.list_product ul li p {font-size: 15px;}
.pro_nav h1 a {font-size:15px;}
.pro_nav .fl_2 {}
.list_product ul li .pro_bot {width:20px;bottom: 3%;}

}

@media screen and (max-width:900px){

.list_product ul li {
    width: 46%;
    margin: 1%;
}

.list_product ul li span {
    height: 32px;
    line-height: 16px;
    font-size: 10px;
    margin-bottom: 25px;
}

.list_product ul li .pro_bot {
    width: 16px;
    height: 10px;
}

.list_product ul li p {font-size: 12px;}

}



@media screen and (max-width:1400px){
.pro_nav h1 a {font-size: 16px;padding: 6% 5%;}
.pro_nav .fl_2 {font-size: 13px;padding: 3% 3%;}
.pro_nav h2 {font-size:18px;}
.pro_nav {width: 230px;}
}
@media screen and (max-width:900px){
.list_product .container {
    width: 95%;
    display: block;
}
.pro_nav {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    width: 100%;
}
.pro_nav h2 {
    font-size: 15px;
    padding: 1% 0;
}
.pro_nav h1 a {
    font-size: 13px;
}
.pro_nav h1 {
    padding: 0;
}
.pro_nav .pro_fl {
    justify-content: space-between;
    float: none;
    width: 100%;
    margin: 1%;
    display: flex;
}
.pro_nav .fl_2 {
    padding: 2% 6%;
    width: auto;
    font-size: 11px;
    text-align: center;
}
.list_product ul {
    width: auto;
    overflow: hidden;
}
}


/*product*/




.article {
    width: 90%;
    max-width: 1400px;
    margin: 4% auto;
}
.article .art_top {
    text-align: center;
    margin-bottom: 2%;
}
.article .art_top h1 {font-size: 27px;color: #25c5bf;letter-spacing: 2px;display: block;margin-bottom: 2%;font-weight: 600;}
.article .art_top span {
    font-size: 17px;
    margin: 0 3%;
}

.art_con {letter-spacing: 4px;margin-bottom: 3%;line-height: 30px;}
.art_con img {max-width: 100%;display:block;margin:2% auto; width: 100% ; height: auto ;}

.art_bot {}
.art_bot a {
    font-size: 14px;
    color: #9d9d9d;
    display: block;
    margin: 1% 0;
    letter-spacing: 2px;
}
.art_bot a b {
    font-size: 17px;
    color: #02bea6;
}

.art_bot a:hover {color: #25c5bf; }

.article_pro {
    margin: 3% 0;
}
.article_pro .left_container{
    display: flex;
}
.article_pro .pro_fl {
    background: #f1f1f1;
    width: 48%;
    margin-right: 4%;
}
.article_pro .pro_fl img {
    width: 100%;
}
.article_pro .pro_fr {
    width: 48%;
    letter-spacing: 2px;
}
.article_pro .pro_fr h1 {
    color: #181818;
    font-weight: 600;
    display: block;
    margin: 6% 0 12%;
    font-size: 29px;
}
.article_pro .pro_fr p {
    margin: 3% 0;
    display: flex;
}
.article_pro .pro_fr p b {
    display: block;
    width: 90px;
    font-size: 17px;
}
.article_pro .pro_fr p i {
    display: block;
    line-height: 25px;
    font-size: 15px;
    width: 100%;
}

.article .title_h5 {
    font-size: 22px;
    margin: 0 auto 2%;
    font-weight: 600;
    color: #181818;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1%;
}

@media screen and (max-width:1000px){
.article_pro .pro_fr h1 {
    font-size: 24px;
    margin: 4% 0 9%;
}
.article_pro .pro_fr p {
    margin: 4% 0;}
.article_pro .pro_fr p b {font-size: 15px;width: 63px;}
}


@media screen and (max-width:900px){
.article {}
.article .art_top {
    margin: 6% auto;
}
.article .art_top h1 {
    color: #25c5bf;
    font-weight: 400;
    font-size: 17px;
}
.article .art_top span {
    font-size: 12px;
}
.art_con {}
.art_con img {display:block;margin:2% auto;}

.art_bot {margin: 8% auto;}
.art_bot a {
    margin: 4% 0;
}
.art_bot a b {}

}


@media screen and (max-width:600px){
.article_pro {
    margin-bottom: 10%;
}
.article_pro .left_container{
    display: block;
}
.article_pro .pro_fl {
    width: auto;
    margin: 0 auto;
}
.article_pro .pro_fl img {}
.article_pro .pro_fr {
    width: auto;
}
.article_pro .pro_fr h1 {
    margin: 8% 0 6%;
    font-size: 24px;
}
.article_pro .pro_fr p {
    margin: 3% 0;
}
.article_pro .pro_fr p b {
    font-size: 15px;
    width: 87px;
}
.article_pro .pro_fr p i {
    font-size: 12px;
}
.article .title_h5 {
    font-size: 19px;
}
}



/** sy_city **/
.sy_city{
    height: auto;
    padding: 50px 0;
    background: #f4eeee;
}
.city_flbt{
    display: flex;
    height: auto;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin-top: 20px;
}
.city_flbt i{
    margin-right: 12px;
    display: block;
}

.city_flbt i img {
    /* display: block; */
    width: 19px;
}
.sycsfz{
    height: auto;
    margin-top: 15px;
}
.sycsfz ul{
    height: auto;
}
.sycsfz ul li{
    height: auto;
    float: left;
    margin:5px 5px;
}
.sycsfz_wz{
    height: auto;
}
.sycsfz_wz a{
    display: block;
    border:1px solid #ddd;
    border-radius: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #111;
    padding:5px 20px;
}
.sycsfz_wz a:hover{
    background: #02bea6;
    color: #fff;
}
/** sy_city **/
/** sy_yqlj **/
.sy_yqlj{
    height: auto;
    padding: 3% 0;
    background: #f0fffd;
}
.link_box{
    height: auto;
}
.link_bt{
    height: auto;
    border-bottom: 1px solid #ddd;
    line-height:40px;
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
.link_bt i{
    margin-right: 10px;
    color: #f67524;
}
.link_con{
    height: auto;
    margin-top: 10px;
}
.link_con ul{
    height: auto;
}
.link_con ul li{
    height: auto;
    margin:5px 15px 5px 0;
    color: #999;
    display: inline-block;
}
.link_con ul li a{
    font-size: 14px;
}
.link_con ul li a:hover{
    color: #f67524;
}
/** sy_yqlj **/</pre></body></html>